home *** CD-ROM | disk | FTP | other *** search
Wrap
  Radio Set Inherits from: Click Item _____________________________________________________   name *219* Type: string Description: Used by the primitive find-item to find a «Radio Set» by name. _____________________________________________________   owner *219* Type: Window Constraints: Not settable. Description: If «Radio Set» is a member of item list of an active «Window», then the value of this attribute is that «Window»; otherwise it is NULL. _____________________________________________________   active? *219* Type: boolean Constraints: Not settable on default. Description: When the value of this attribute is FALSE, the text appearing to the right of the radio buttons is drawn gray. Side effects: Setting causes the display of «Radio Set» to be updated. _____________________________________________________   visible? *219* Type: boolean Description: «Radio Set» is displayed in the owning «Window» if and only if the value of this attribute is TRUE. Side effects: Setting causes «Radio Set» to be redrawn in the owning «Window». _____________________________________________________   move? *220* Type: boolean Description: The location of «Radio Set» is changed relative to the size of the owning «Window» if and only if the value of this attribute is TRUE. _____________________________________________________   grow? *220* Type: boolean Description: The size of «Radio Set» is changed relative to the size of the owning «Window» if and only if the value of this attribute is TRUE. _____________________________________________________   location *220* Type: Point Description: The location of the upper left corner of «Radio Set» in owning «Window». Side effects: Setting causes «Radio Set» to be redrawn. _____________________________________________________   size *220* Type: Point Description: Offset of lower right corner of «Radio Set» from upper left corner. Side effects: Setting causes «Radio Set» to be redrawn. _____________________________________________________   balloon *220* Type: list Description: Balloon Help information; format varies with the type (Prograph string or 'STR ', 'STR#', 'TEXT' or 'PICT' resource) of Balloon Help. _____________________________________________________   click method *221* Type: string Description: The name of the method called when a click occurs on the «Radio Set». «Radio Set» responds to clicks only if this is a nonempty string. Method inputs: <owning «Window»>, «Radio Set», <string: name of clicked button>, <EventRecord of click> _____________________________________________________   control list *221* Type: list of ControlRecord@@ Constraints: Not settable. Description: List of control records, one for each radio button. _____________________________________________________   value *221* Type: string Description: The name of the radio button that is currently selected. If the string is not the name of one of the buttons in the set, no button is selected. Clicking on «Radio Set» sets the value of this attribute. Side effects: Setting causes display of radio set to be updated. _____________________________________________________   value list *221* Type: list of string Constraints: Not settable if the owning «Window» is active. Description: The list of the names that appear next to the radio buttons.